home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / qedit.arc / READ.ME < prev   
Encoding:
Text File  |  1988-11-14  |  7.8 KB  |  210 lines

  1. Welcome to QEdit 2.06!
  2.  
  3. *****************************************************************************
  4. *QEdit v2.04 macros are NOT compatible with this version of QEdit.  Versions*
  5. *2.00-2.03 macros should work fine, but there was a bug in the 2.04 format. *
  6. *****************************************************************************
  7.  
  8. You should have the following files on your diskette:
  9.  
  10. Q.EXE           the editor.  Only file required to run QEdit.
  11.  
  12. QCONFIG.EXE     the configuration program.
  13. QCONFIG.DAT     default keyboard definition file
  14. QHELP.TXT       default help text
  15. QEDIT.DOC       the QEdit manual.
  16. READ.ME         this file, also contains "whats new" with this version.
  17.  
  18. ORDERFRM.DOC    handy order form.
  19. PRESS.DOC       overview/summary of QEdit.
  20.  
  21. *****************************************************************************
  22. *** PLEASE NOTE:  The following files are ONLY for registered users       ***
  23. *** of QEdit.  Please do not redistribute them.  Thanks!                  ***
  24. *****************************************************************************
  25.  
  26. WSKEY.DAT       alternate, WordStar like keyboard definition file.
  27. QCONFIG.DOC     more detailed information about QCONFIG options.
  28. QDISK.EXE       shows amount of available memory and space on current drive.
  29. SHOWKEY.EXE     shows the scancode for extended keys.
  30. CHUNKER.EXE     splits large files into chunks for editing by QEdit.  Can also
  31.                 later be invoked to merge thse chunks back into a single file.
  32. BOX?.*          various macros that can be used to implement box drawing.
  33. PAD.*           restores cursor pad after box drawing macros used.
  34. BOX.DOX         documentation on using box drawing macros.
  35.  
  36. *** Following files courtesy Karl Brendel (Author of QFonEdit and ProFonEdit)
  37.  
  38. QMAC.EXE        Macro translator.
  39. QMAC.DOC        Macro translator documentation.
  40. MACROS.MIS      Sample macros.
  41. MACROS.PAS      Sample macros for Pascal programmers.
  42.  
  43. ■ notes:
  44.  
  45. The ONLY file required to run QEdit is Q.EXE - the others are not
  46. required or used by the program.
  47.  
  48. QEdit comes pre-configured to work on a large range of monitors.  
  49. Because of this, the default colors are set up for a monochrome system.  
  50. If you have a color system and would like to edit in color, then run the 
  51. configuration program (QCONFIG) and change the default colors.
  52.  
  53. Please, make sure you read this entire file in order to take full
  54. advantage of the new commands/features in QEdit.
  55.  
  56. ■ registration:
  57.  
  58. Remember, QEdit did NOT just "appear" without any work.  We've worked
  59. long and hard - and continue to do so - improving the program, plus we
  60. offer telephone support and low cost upgrades to registered users.  So
  61. if you're still using this program after a few weeks, can we be so bold
  62. as to urge you to register your copy?
  63.  
  64. You can register your copy of QEdit by charge card, either
  65. VISA or Mastercard, by calling: (404) 428-6416, 2:00 to 6:00, EST.
  66.  
  67. $39.00 registration fee, includes a program diskette with the latest
  68. version.  $49.95 if you want a printed manual.
  69.  
  70. Please add $1.50 for shipping and handling.
  71.  
  72. If you prefer, you may mail in your registration fee.  Please use the 
  73. inclosed order from if you do so.
  74.  
  75. Sammy Mitchell
  76. SemWare
  77. 730 Elk Cove Ct
  78. Kennesaw, GA  30144
  79. (404) 428-6416  (2:00 to 6:00 p.m., EST ONLY)
  80.  
  81. Thank you for your support.
  82.  
  83. ■ technical support:
  84.  
  85. EASIEST way(s) to contact the author:
  86.  
  87. Leave email on one of the following:
  88.  
  89. 1.  send CIS email to Sammy Mitchell, userid 71520,67
  90. 2.  Steve's BBS (404) 296-9681, has an area dedicated to QEdit support.
  91.     See message area 5.
  92.  
  93. Please!  Before you call us with a problem, make sure you have read the 
  94. entire read.me file to see if it solves your problem.  If you must call,
  95. then, please have the following information available:
  96.  
  97. QEdit version and date (i.e., 2.00, 2-16-88)
  98. computer type, amount of ram, hard disk or floppy based
  99. The names of any memory resident programs you have loaded
  100.  
  101. Also, PLEASE respect our support hours of 2:00-6:00 p.m., EST.
  102.  
  103. We will do our best to support registered users.
  104.  
  105. Thank you for your consideration.
  106.  
  107. *******************************************************************************
  108. ** Whats new in this version **************************************************
  109. *******************************************************************************
  110.  
  111. ***************************************************************************
  112. PLEASE NOTE THAT THIS VERSION OF THE PROGRAM IS AN .EXE FILE AND NOT A .COM
  113. FILE AS IN PREVIOUS VERSIONS.
  114. ***************************************************************************
  115.  
  116. May, 1988 - Version 2.06 Additions/Enhancements
  117.  
  118. New commands:
  119.  current_filename - returns the name of the file being edited.
  120.  
  121.  For example, this macro could be defined in the qconfig.dat file:
  122.  
  123.  @t  macro_begin gsave dos 'tpc ' current_filename return
  124.  
  125.  When alt-t is pressed, this would save all the changed files being
  126.  edited, and then invoke the command tpc on the current file.  Be sure
  127.  and leave a space after the command (as in the example).
  128.  
  129.  kill_file       - erases the currently edited file from disk. ^k_z
  130.  insert_date     - inserts the system date at the current position
  131.  insert_time     - inserts the system time at the current position
  132.  show_entry_screen - shows the original DOS screen.  Only works if
  133.                      save entry screen = true in QConfig. @f10
  134.  append_scrbuff  - appends the currently marked block to the named
  135.                    scratch buffer.  Defaults to ^ba.
  136.  
  137. Directory picker changes:
  138.   Changed edit file prompt to not exit on escape from directory picker.
  139.   Now allows alpha key entry to move to a requested file.
  140.   Top line of directory "picker" now has the current directory.
  141.  
  142. Other QEdit changes:
  143.  
  144. - Status line format changed slightly.  "I" and "A" are now used for
  145.   "Ins" and "Indent", respectively.  "W" is used for wordwrap, instead of
  146.   "W99".  Also, due to popular request, the amout of memory available
  147.   (in k, or 1024 bytes) is now displayed.
  148.  
  149. - Desqview support added.
  150.  
  151. - "quit to opening menu" commands re-implemented via a switch in the qconfig
  152.   program.
  153.  
  154. - Due to numerous requests, several internal table sizes have been increased.
  155.  
  156. - When on the last line of the file, cursor_down now scrolls the screen up
  157.   one line.
  158.  
  159. - Help now has a separate attribute.
  160.  
  161. - del_ch can now be configured to be confined to the cursor line.  See Other
  162.   section in QCONFIG program.
  163.  
  164. QConfig changes:
  165.   Fix QConfig so that help.txt may contain ^i,^j,^m and ^z.
  166.  
  167.   Additional QConfig options:
  168.     Number of physical rows on screen and EGA/VGA check option.
  169.     Option of having print commands send a formfeed after printing.
  170.     Option of having the escape command invoke the menus.
  171.  
  172. ***********************************************************************
  173. ■ Feb 16, 1988  Welcome to QEdit 2.00!
  174. ***********************************************************************
  175.  
  176. This is a brand new version of QEdit.  For those of you familiar with the
  177. old versions, here is a list of some of the enhancements over the 1.xx versions:
  178.  
  179.  
  180. ■ Character as well as line blocks.
  181.  
  182. ■ Working word-wrap and paragraph reformat commands.
  183.  
  184. ■ Deleted lines and blocks are saved and may be recovered.
  185.  
  186. ■ Keyboard macros.
  187.  
  188. ■ Multiple commands per key in the key definition file.
  189.  
  190. ■ User configurable help screen.
  191.  
  192. ■ Load multiple files from the command line or via the edit_file command
  193.   inside the editor.  Multiple filenames and/or wild-card specifications may
  194.   be used.
  195.  
  196. ■ Directory lister/file picker option.
  197.  
  198. ■ Move/copy blocks directly between files.
  199.  
  200. ■ Cut-copy-paste commands along with a scrap buffer.
  201.  
  202. ■ Up to 8 windows.
  203.  
  204. ■ Optional pull-down menus.
  205.  
  206. Of course there is more, but this should be enough to convince you to switch
  207. to the new version!
  208.  
  209.  
  210.